on Transition
infix fun <S, T : Any> S.onTransition(event: KClass<out T>): TransitionBuilder<S, T>
Content copied to clipboard
Create a transition builder for a given state and transition event.
Parameters
event
that will trigger the transition